Help migrating from VB style programming to OO programming [closed]

Posted by Agent47DarkSoul on Programmers See other posts from Programmers or by Agent47DarkSoul
Published on 2012-11-07T14:15:41Z Indexed on 2012/11/07 17:17 UTC
Read the original article Hit count: 310

Being a hobbyist Java developer, I quickly took on with OO programming and understood its advantages over procedural code from C, that I did in college. But I couldn't grasp VB event based code (weird, right?). Bottom-line is OOP came natural to me.

Curently I work in a small development firm developing C# applications. My peers here are a bit attached to VB style programming. Most of the C# code written is VB6 event handling code in C#'s skin. I tried explaining to them OOP with its advantages but it wasn't clear to them, maybe because I have never been much of a VB programmer.

So can anybody provide any resources: books, web articles on how to migrate from VB style to OO style programming ?

© Programmers or respective owner

Related posts about c#

Related posts about object-oriented